R3trans action

This is the operation to be done by R3trans.

"Export" would read the data of the specfied tables and write the content in binary form into the specified data file. Use this operation to extract data from the tables.

"Testimport" would read the data of the specified data file and checks whether the data could be written into the database. Use this operation to check whether you have a valid data file for the specified tables.
You can also use this R3trans operation for reading transport data files, e.g. in case you want to get details about a 3rd party transport request in front of importing it into your system. Just specify the data file (for example <dir_trans>/data/R900123.SXY for the data file of transport request SXYK900123) and execute. In the log file you will find details about the content. Have a look at lines with text 'TADIRBRACKET', there you will find the objects.  

"Import" would also read the data of the data file and inserts the data into the specified tables in the database. Use this operation to insert data from a data file into the database.

"Remove / ClientRemove" is to remove already existing data in the database. Use it in case you want to empty the tables (useful mostly in front of using the "Import" operation).  

"List data file content" is for getting information about the contents of the data file. You will find the result afterwards in the R3trans log file.